home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gordons.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  168 b   |  13 lines

  1. on exitFrame
  2.   global dir
  3.   if rollOver(3) then
  4.     if dir = 1 then
  5.       go(the frame + 1)
  6.     else
  7.       go(the frame - 1)
  8.     end if
  9.   else
  10.     go("l")
  11.   end if
  12. end
  13.